var internal/cpu.options

16 uses

	internal/cpu (current package)
		cpu.go#L147: var options []option
		cpu.go#L195: 			for i := range options {
		cpu.go#L196: 				options[i].Specified = true
		cpu.go#L197: 				options[i].Enable = enable
		cpu.go#L202: 		for i := range options {
		cpu.go#L203: 			if options[i].Name == key {
		cpu.go#L204: 				options[i].Specified = true
		cpu.go#L205: 				options[i].Enable = enable
		cpu.go#L213: 	for _, o := range options {
		cpu_x86.go#L51: 	options = []option{
		cpu_x86.go#L63: 		options = append(options,
		cpu_x86.go#L73: 		options = append(options,
		cpu_x86.go#L83: 		options = append(options,